GetCallBackTimeBase
You can retrieve the time base of a callback event by calling theGetCallBackTimeBase
function. Your application specifies the callback event's time base by calling theNewCallBack
function, which is described on page 2-317.
pascal TimeBase GetCallBackTimeBase (QTCallBack cb);
cb
- Specifies the callback event for the operation. You obtain this value from the
NewCallBack
function.DESCRIPTION
TheGetCallBackTimeBase
function returns a reference to the callback event's time base.ERROR CODES
None